projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ca3f8
)
Special case 'Geocache Found' icon for Delbin.
author
robertl
<robertl>
Sun, 11 Apr 2010 22:39:35 +0000
(22:39 +0000)
committer
robertl
<robertl>
Sun, 11 Apr 2010 22:39:35 +0000
(22:39 +0000)
delbin.c
patch
|
blob
|
history
diff --git
a/delbin.c
b/delbin.c
index fc6e13d34f114f2a4d04f58d75bfdcfdff18c688..155c1974b61d727e3c18f7f0403cd2043cb7dba6 100644
(file)
--- a/
delbin.c
+++ b/
delbin.c
@@
-1133,6
+1133,8
@@
get_gc_notes(const waypoint* wp, int* symbol, char** notes, unsigned* notes_size
case gt_ape:
break;
}
+ if (0 == strcmp(wp->icon_descr, "Geocache Found"))
+ gc_sym = 124;
if (wp->description) {
gbfputs(wp->description, fd);
if (wp->gc_data->placer) {